home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / HPFS_FS.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  286b  |  14 lines

  1. #ifndef _LINUX_HPFS_FS_H
  2. #define _LINUX_HPFS_FS_H
  3.  
  4. /* HPFS magic number (word 0 of block 16) */
  5.  
  6. #define HPFS_SUPER_MAGIC 0xf995e849
  7.  
  8. /* The entry point for a VFS */
  9.  
  10. extern struct super_block *hpfs_read_super (struct super_block *, void *, int);
  11. extern int init_hpfs_fs(void);
  12.  
  13. #endif
  14.